.timer-shaft-box{width:80%;padding:0% 1%;box-sizing: border-box; float:right;}
.timer-shaft{position:relative;width:100%;height:60px;overflow: hidden;background: #f0f0f0; border-radius: .5rem;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:60px;padding-left: 60px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:60px;}
.time-circle{display:inline-block;vertical-align:middle;width:60px;height:60px;line-height: 60px;text-align: center;font-size:18px;color:#666;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:80px;height:60px;line-height: 60px;font-size:20px;background: #c7000b; color: #fff}
.line-scale{display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;}


.timer-shaft-content{width:100%;margin-top:3%;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:3%;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../images/welcome-hero/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;margin-right:5%;font-size:1.5rem;}
.month-detail-box{position:relative;width:100%;min-height:3.5rem;padding:3% 0 0 0;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box .incident-record a img{ width: 0.5rem; height: 0.5rem; margin:0 4% 1% 0;}
.month-detail-box .month-title{position:absolute;font-size:1.4rem;font-weight: 400;color:#ccc;}
.incident-record a{display:inline-block;padding-left:15%;line-height:1.3rem;font-size:1.2rem;color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  width: 98%;
 }



